PreregisteredClient

data class PreregisteredClient(val clientId: OriginalClientId, val legalName: String, val jarConfig: Pair<JWSAlgorithm, JwkSetSource>? = null)(source)

The out-of-band knowledge of a Verifier, used in SupportedClientIdPrefix.Preregistered

Parameters

clientId

the client id of a trusted verifier

legalName

the name of the trusted verifier

jarConfig

in case, verifier communicates his request using JAR, the signing algorithm that is uses to sign his request and a way to get his public key

Constructors

Link copied to clipboard
constructor(clientId: OriginalClientId, legalName: String, jarConfig: Pair<JWSAlgorithm, JwkSetSource>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val jarConfig: Pair<JWSAlgorithm, JwkSetSource>? = null
Link copied to clipboard